Uses of Interface
org.eclipse.vtp.framework.core.IProcessContext

Packages that use IProcessContext
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.core   
org.eclipse.vtp.framework.databases.services   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.interactions.core.services   
org.eclipse.vtp.framework.javascript.services   
 

Uses of IProcessContext in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IProcessContext
ScriptableProcessContext(IProcessContext context)
          Creates a new ScriptableProcessContext.
 

Uses of IProcessContext in org.eclipse.vtp.framework.core
 

Subinterfaces of IProcessContext in org.eclipse.vtp.framework.core
 interface IActionContext
          A service available to services at the action scope.
 interface IExecutionContext
          A service available to all services at the execution or action scope.
 interface ISessionContext
          A service available to all services at any scope except the process scope.
 

Uses of IProcessContext in org.eclipse.vtp.framework.databases.services
 

Constructors in org.eclipse.vtp.framework.databases.services with parameters of type IProcessContext
DatabaseRegistry(IProcessContext context, IDataTypeRegistry types, DatabaseConfiguration[] configurations)
          Creates a new DatabaseRegistry.
 

Uses of IProcessContext in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IProcessContext
protected  class Execution.Context
          Implementation of the generic context.
protected  class Process.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
protected  class Session.Context
          Implementation of the generic context.
 

Uses of IProcessContext in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement IProcessContext
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class AbstractProcessContext
          A support implementation of the IProcessContext interface.
 class AbstractSessionContext
          A support implementation of the ISessionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 class ExecutionContextWrapper
          A wrapper for the IExecutionContext interface.
 class ProcessContextWrapper
          A wrapper for the IProcessContext interface.
 class SessionContextWrapper
          A wrapper for the ISessionContext interface.
 

Fields in org.eclipse.vtp.framework.engine.support declared as IProcessContext
protected  IProcessContext AbstractSessionContext.processContext
          The context of the process that created this session.
 

Methods in org.eclipse.vtp.framework.engine.support that return IProcessContext
protected abstract  IProcessContext ProcessContextWrapper.getProcessContext()
          Returns the wrapped process context.
 

Constructors in org.eclipse.vtp.framework.engine.support with parameters of type IProcessContext
AbstractSessionContext(IProcessContext processContext, ISessionDescriptor descriptor)
          Creates a new AbstractSessionContext.
 

Uses of IProcessContext in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type IProcessContext
MediaProviderRegistry(IProcessContext context, IContentTypeRegistry content, IFormatterRegistry formatters, IResourceManagerRegistry resources, MediaProviderConfiguration[] configurations, MediaProviderBindingConfiguration[] bindings)
          Creates a new MediaProviderRegistry.
 

Uses of IProcessContext in org.eclipse.vtp.framework.javascript.services
 

Constructors in org.eclipse.vtp.framework.javascript.services with parameters of type IProcessContext
JavaScriptProvider(IProcessContext context)
          Creates a new JavaScriptProvider.